home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / tldr20.zip / HISTORY.DOC < prev    next >
Text File  |  1992-10-01  |  6KB  |  188 lines

  1.  
  2.                          T o o l D r i v e r
  3.                       ---------------------
  4.  
  5.                            Version 2.0
  6.                           --------------
  7.  
  8.  
  9.                H I S T O R Y   O F   C H A N G E S
  10.               -------------------------------------
  11.  
  12.                    Last updated:  September, 1992
  13.  
  14.  
  15. ToolDriver integrates the use of two ConVal tools previously sold separately
  16. - FileXref and ReNamer. And it adds a user interface complete with windows,
  17. mouse support and online help. It also provides a file viewer and a small
  18. (64K) editor for preparing file and word lists.  This is the initial release
  19. of these tools. It is called ToolDriver Version 2.0.
  20.  
  21. Released October 1992.
  22.  
  23.                          F i l e X r e f
  24.                         -----------------
  25.  
  26.                            Version 2.0
  27.                           --------------
  28.  
  29.                H I S T O R Y   O F   C H A N G E S
  30.               -------------------------------------
  31.  
  32.                    Last updated:  September, 1992
  33.  
  34.  
  35. This is a history of the FileXref modifications and fixes since it was
  36. originally released.
  37.  
  38. September 1992 Version 2.0 - Includes the following:
  39.  
  40.  
  41. 01.  Now 15% faster (> 20,000 characters per second on a 25 MHz 486). Also
  42.      uses less memory.
  43.  
  44. 02.  Replaced the file usage report with a new report style showing BOTH
  45.      usage and component data in one integrated form.
  46.  
  47. 03.  The word usage reports can now be used to include words which are also
  48.      filenames.
  49.  
  50. 04.  Added support for .CBL files for Microsoft and Ryan McFarland COBOL.
  51.  
  52. 05.  Added support for .RPT files (Oracle's SQL*RPT product).
  53.  
  54. 06.  Added support for .SQR files (For SQL Solutions' SQR product.
  55.  
  56. 07.  Changed the format of the flags in the XRF and FEI files to make them
  57.      easier to process with database packages.
  58.  
  59. 08.  Indented the reports to facilitate drilling holes for filing in a
  60.      binder.  Also expanded them to 132 columns.
  61.  
  62. 09.  All underscores or all dashes is no longer considered a symbol.
  63.  
  64. 10.  Text in batch file ECHO statements is no longer cross referenced.
  65.  
  66. 11.  The word usage report is now sensitive to case.
  67.  
  68. 12.  The list of unreferenced files and "FEI" data file now include the full
  69.      file specification instead of just the filename. Now sorted by File
  70.      name, then path for ease of use.
  71.  
  72. 13.  The control files ( .FSL and .WSL ) no longer require a
  73.      carriage-return/line-feed on their last records.
  74.  
  75. 14.  Reinstated the generation of cross references for whole numbers.
  76.  
  77. October 1991 1.3 Release - Includes the following changes:
  78.  
  79. 01.  Now supporting embedded SQL in C, COBOL, PL/I, FORTRAN, and Pascal
  80.      source code.
  81.  
  82. 02.  Now supports word exclusion from the symbol cross referencing.  This
  83.      enables you to exclude language specific keywords.
  84.  
  85. 03.  Using 59 lines per page and 79 characters per line text format for all
  86.      documentation files to be compatible with most printers and monitors.
  87.  
  88. 04.  Support for Oracle's PL SQL '--' comment lines.
  89.  
  90. 05.  Fixed bug in SQL parsing where /* comments span multiple
  91.      lines.
  92.  
  93. 06.  No longer generating cross references for numeric literals.
  94.  
  95. 07.  Changed the parsing to ignore '.' terminator on BAS
  96.      literals.
  97.  
  98. 08.  Changed the parsing to ignore '?' terminator on TXT literals.
  99.  
  100. 09.  Added '-' to the list of allowable middle characters in "TXT", "DOC"
  101.      and "INP" symbols.
  102.  
  103. 10.  Miscellaneous documentation changes and corrections.
  104.  
  105. March 1991 1.2 Release - Includes the following changes:
  106.  
  107. 01.  Added support for .DOC and .MAK files.
  108.  
  109. 02.  Error processing - Improved the error messages for file processing
  110.      errors (open, close).
  111.  
  112. 03.  Fixed bug - FileList was selecting VOLID files.
  113. m
  114.  
  115. 04.  Fixed Bug - COBOL source. Was returning columns 73-80 as symbols when
  116.      continuation character was '/'.
  117.  
  118. 05.  Error processing - Improved the FILEXREF ?  messages. (Help on using
  119.      FileXref)
  120. 06.  Documentation - Added and improved examples.
  121.  
  122. 07.  Printer Support - Reduced linecount to 60 on all print files written by
  123.      FileXref.
  124.  
  125. 08.  Error processing - Improved messages when out of conventional memory.
  126.  
  127. 09.  Fixed Bug - Run time error R6013 - illegal far pointer use.
  128.  
  129. 10.  Error processing - When a selected file is not found we now write an
  130.      error message to the .MSG file as well as to the screen.
  131.  
  132. 11.  Error management - Now invoking the FileXref help screen when file open
  133.      errors occur. (Assuming the user mistyped a file name when overriding)
  134.  
  135. 12.  Major changes in ancillary documentation to support BBS and Catalog
  136.      distribution.
  137.  
  138. 13.  Fixed bug - "Internal error - State Table index is invalid.
  139.      (A20)"
  140.  
  141. Oct 1990 1.1  Initial Release
  142.  
  143.      CompuServe IBMPRO Forum Library 6
  144.      Public Brand Software Catalog
  145.      Public Software Library (PsL)
  146.  
  147.                      N a m e C h a n g e r
  148.                     -----------------------
  149.  
  150.                          Version 2.0
  151.                         -------------
  152.  
  153.                H I S T O R Y   O F   C H A N G E S
  154.               -------------------------------------
  155.  
  156.                   Last Modified: September, 1992
  157.  
  158. This is a history of the NameChanger modifications and fixes since it was
  159. originally released.
  160.  
  161. 2.0
  162.  
  163. 1.   Added .CBL to the list of valid COBOL file types.
  164.  
  165. 2.   Now supporting .RPT files (Oracle's SQL*RPT product).
  166.  
  167.  
  168. 3.   Added support for .SQR files (For SQL Solutions' SQR product).
  169.  
  170. 4.   The MSG file now reflects error messages that were sent to the standard
  171.      output file (screen).
  172.  
  173. 5.   The control files ( .FSL and .SRL ) no longer require a
  174.      carriage-return/line-feed on their last records.
  175.  
  176. Release 1.1   (was named ReNamer) October 1991
  177.  
  178. 1.   Now supporting embedded SQL in C, COBOL, PL/I, FORTRAN, and Pascal
  179.      source code.
  180.  
  181. 2.   Now allowing up to 100 characters to exist in a string literal.
  182.  
  183. 3.   Now identifying files NOT changed by the renaming process.
  184.  
  185. 4.   New utility added - CRE8FSL which reads a directory and outputs an FSL
  186.      record for each source file found.
  187.  
  188.